dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleXml Class / OracleXml Constructor / OracleXml Constructor(Char[])
An array of symbols containing XML data.

In This Topic
    OracleXml Constructor(Char[])
    In This Topic
    Initializes an OracleXml object with the specified XML data as an array of symbols.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value() As Char _
    )
    public OracleXml( 
       char[] value
    )

    Parameters

    value
    An array of symbols containing XML data.
    See Also